Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(f(X))  → f(g(f(g(f(X)))))
2:    f(g(f(X)))  → f(g(X))
There are 3 dependency pairs:
3:    F(f(X))  → F(g(f(g(f(X)))))
4:    F(f(X))  → F(g(f(X)))
5:    F(g(f(X)))  → F(g(X))
The approximated dependency graph contains one SCC: {5}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006